home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / gfx / 3d / irit50src.lha / irit5 / poly3d-h / makefile.os2 < prev    next >
Encoding:
Makefile  |  1994-12-19  |  1.4 KB  |  37 lines

  1. #
  2. # This is the make file for the poly3d-h directory using DJGCC on the IBMPC.
  3. #
  4. #                Gershon Elber, Dec 1991
  5. #
  6.  
  7. include ..\makeflag.os2
  8.  
  9. OBJS    = out-edge.o poly3d-h.o prepdata.o
  10.  
  11. poly3d-h.exe: $(OBJS)
  12.  
  13. install: poly3d-h.exe
  14.     $(CP) -f poly3d-h.exe $(BIN_DIR)
  15.     $(CP) -f poly3d-h.cfg $(BIN_DIR)
  16.     $(RM) poly3d-h.exe
  17.  
  18.  
  19. # DO NOT DELETE THIS LINE -- make depend depends on it.
  20.  
  21. out-edge.o: program.h ../include/irit_sm.h ../include/genmat.h
  22. out-edge.o: ../include/iritprsr.h ../include/cagd_lib.h ../include/imalloc.h
  23. out-edge.o: ../include/miscattr.h ../include/symb_lib.h ../include/trim_lib.h
  24. out-edge.o: ../include/triv_lib.h ../include/iritgrap.h ../include/attribut.h
  25. out-edge.o: ../include/allocate.h
  26. poly3d-h.o: program.h ../include/irit_sm.h ../include/genmat.h
  27. poly3d-h.o: ../include/iritprsr.h ../include/cagd_lib.h ../include/imalloc.h
  28. poly3d-h.o: ../include/miscattr.h ../include/symb_lib.h ../include/trim_lib.h
  29. poly3d-h.o: ../include/triv_lib.h ../include/iritgrap.h ../include/attribut.h
  30. poly3d-h.o: ../include/allocate.h ../include/getarg.h ../include/config.h
  31. poly3d-h.o: ../include/ip_cnvrt.h
  32. prepdata.o: program.h ../include/irit_sm.h ../include/genmat.h
  33. prepdata.o: ../include/iritprsr.h ../include/cagd_lib.h ../include/imalloc.h
  34. prepdata.o: ../include/miscattr.h ../include/symb_lib.h ../include/trim_lib.h
  35. prepdata.o: ../include/triv_lib.h ../include/iritgrap.h ../include/attribut.h
  36. prepdata.o: ../include/allocate.h
  37.